#!/bin/sh

# Decomment the selected text.
# Delete '# ' from the begining of each line.

sed "s/^#\ *//g" ${TMPFILE}